You can check out my last Buildspace project. Itβs using Next.js. I also gave it a Gitpod configuration for folks having trouble installing Anchor and Solana on Mac M1s or Windows. When I have some time, Iβm going to make it in to a Solana starter kit.
A project I built by following along with the Buildspace Solana project
instructions. Thanks Buildspace!
Prerequisites
Unless you're running this project on Gitpod, the requirements to run this
project are to have the Node.js version installed that corresponds to the
version in ~/.nvmrc in the root of this project. Using
nvm is recommended for installing Node.js
Refer to the
nvm installation instructions
to get nvm set up.
Once nvm is installed, you can set up the project. If you opt to not use
nvm, ensure that the Node.js version specified in ~/.nvmrc is installed.
Setup the project
Run the bin/setup.sh script to install everything.
There are known issues with the Windows installation using WSL (reminder that
you need WSL installed) and with M1 Macs, so a friendly Google is your best
friend. If you have figured out how to install it properly in those
environments, please
create anβ¦
@nickytonline Any suggestions π
You can check out my last Buildspace project. Itβs using Next.js. I also gave it a Gitpod configuration for folks having trouble installing Anchor and Solana on Mac M1s or Windows. When I have some time, Iβm going to make it in to a Solana starter kit.
Solana Buildspace project
so-solana
A project I built by following along with the Buildspace Solana project instructions. Thanks Buildspace!
Prerequisites
Unless you're running this project on Gitpod, the requirements to run this project are to have the Node.js version installed that corresponds to the version in
~/.nvmrc
in the root of this project. Using nvm is recommended for installing Node.js Refer to the nvm installation instructions to getnvm
set up.Once
nvm
is installed, you can set up the project. If you opt to not usenvm
, ensure that the Node.js version specified in~/.nvmrc
is installed.Setup the project
Run the
bin/setup.sh
script to install everything.There are known issues with the Windows installation using WSL (reminder that you need WSL installed) and with M1 Macs, so a friendly Google is your best friend. If you have figured out how to install it properly in those environments, please create anβ¦
Thanks @nickytonline looks amazing